shithub: riscv

ref: 06731838403de9fa6bb4eaa6c5010b3ed70f210e
dir: /rc/bin/""/

View raw version
#!/bin/rc

PROMPT='[^ 	]*(%|;)+[ 	]+'

_x = `{" $* | tail -1}
if(~ $#_x 0) {
	echo no such command found >[1=2]
	exit notfound
}

echo '	' $_x >[1=2]
_x=`{ echo -n 'eval '''; echo $_x | sed 's/^'$PROMPT'//; s/''/''''/g; s/$/''/'}
rc -c $"_x